home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Multimedia / Movie3.0 / Source / xanim / xanim_dl.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-02  |  959 b   |  37 lines

  1.  
  2. /*
  3.  * xanim_dl.h
  4.  *
  5.  * Copyright (C) 1990,1991,1992,1993,1994 by Mark Podlipec.
  6.  * All rights reserved.
  7.  *
  8.  * This software may be freely copied, modified and redistributed without
  9.  * fee for non-commerical purposes provided that this copyright notice is
  10.  * preserved intact on all copies and modified copies.
  11.  *
  12.  * There is no warranty or other guarantee of fitness of this software.
  13.  * It is provided solely "as is". The author(s) disclaim(s) all
  14.  * responsibility and liability with respect to this software's usage
  15.  * or its effect upon hardware or computer systems.
  16.  *
  17.  */
  18.  
  19. #include "xanim.h"
  20.  
  21. #define DL_MAX_COLORS   256
  22. #define DL_DEFAULT_TIME 100
  23.  
  24. #define DL_VERSION_1  1
  25. #define DL_VERSION_2  2
  26.  
  27. #define DL_FORM_LARGE   0
  28. #define DL_FORM_MEDIUM  1
  29. #define DL_FORM_SMALL   2
  30.  
  31. #define DL_LARGE_XSIZE   320
  32. #define DL_LARGE_YSIZE   200
  33. #define DL_MEDIUM_XSIZE  160
  34. #define DL_MEDIUM_YSIZE  100
  35. #define DL_SMALL_XSIZE    80
  36. #define DL_SMALL_YSIZE    50
  37.